- Openmm MCP
Openmm MCP
OpenMM MCP — AI-Native Crypto Trading Server MCP server that gives AI agents real crypto trading capabilities across multiple exchanges.
Features
-
Market Data — Real-time prices, spreads, and order books from Bitget, Gate.io, MEXC, and Kraken
-
Order Execution— Place, cancel, and manage orders programmatically
-
Grid Trading— Automated grid strategy deployment with configurable parameters
-
Cardano DeF — DEX queries, wallet management, and native token support
-
Multi-Exchange — Unified interface across 4+ exchanges in a single server
13 Tools Included Market data retrieval, spread analysis, order placement, order cancellation, balance checking, grid strategy setup, Cardano DEX queries, wallet operations, and more.
Compatible With Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP-compatible client.
Links
-
Website: https://qbtlabs.io
Open-source. MIT-licensed. Built by QBT Labs.
Server Config
{
"mcpServers": {
"openmm": {
"command": "npx",
"args": [
"@qbtlabs/openmm-mcp"
],
"env": {
"MEXC_API_KEY": "your_key",
"MEXC_SECRET_KEY": "your_secret",
"KRAKEN_API_KEY": "your_key",
"KRAKEN_SECRET": "your_secret"
}
}
}
}